home *** CD-ROM | disk | FTP | other *** search
- ; $VER: WWBBSShell-Startup 1 (25.4.95)
- ;
- ; startup script for WWBBSShell with multiuser.
- ;
-
-
- setenv maxbbshell 5 ; change this like you want
-
- if exists "env:bbshell"
- if $bbshell ge $maxbbshell
- echo " "
- echo " There are currently too many users using the shell "
- echo " The current bbs shell user limit is $maxbbshell . "
- echo " Try later "
- echo " "
- endcli
- else
- setenv bbshell `eval $bbshell + 1`
- endif
- else
- setenv bbshell 1
- endif
-
- Prompt "%N.%S> "
- Alias Clear "Echo *"*E[0;0H*E[J*" "
- Alias ftp "ncftp"
- Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities amitcp:bin
-
- alias bye "execute wwbbs:s/wwbbsshell-stop"
- alias quit "execute wwbbs:s/wwbbsshell-stop"
- alias exit "execute wwbbs:s/wwbbsshell-stop"
- alias close "execute wwbbs:s/wwbbsshell-stop"
- alias endcli "execute wwbbs:s/wwbbsshell-stop"
- alias endshell "execute wwbbs:s/wwbbsshell-stop"
- alias help "type wwbbs:s/wwbbsshell-help"
- echo "Enter EXIT to exit to BBS."
- ;bbs is an user in group guest (multiuser/amitcp)
- echo "Enter bbs at login prompt."
- wait 2
- logout
- echo " "
- echo " Hello BBS User. You are the user $bbshell (the limit is $maxbbshell ). "
- echo " This server is based on an Amiga 4ooo Ram 18Mo Disk 610 Mo. "
- echo " Illegal software found here are deleted. "
- echo " "
-
- hd1:communication/public
-